build: Don't append multiple flags as a string
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 12 Apr 2021 10:29:24 +0000 (11:29 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 Apr 2021 01:23:57 +0000 (21:23 -0400)
commita871a1bdb5df8cd221a10508c162e6def5c55a37
treeeae10655f7d80327eec40b793bbd1655f7300b3f
parent31e08d4629a2e08bb4e1db473c74385ba8080704
build: Don't append multiple flags as a string

The gtk_debug_cflags variable is an array, with each argument stored in
a separate string; if we add multiple arguments inside the same string
we break the escaping rules.

Fixes: #3864
meson.build